bitkeeper revision 1.1108.42.2 (410a5543hTk4ZghZ7LpPrheWH-cTxg)
authorcl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>
Fri, 30 Jul 2004 14:03:47 +0000 (14:03 +0000)
committercl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>
Fri, 30 Jul 2004 14:03:47 +0000 (14:03 +0000)
make char and input drivers for privileged guests only

linux-2.6.7-xen-sparse/arch/xen/Kconfig.drivers

index 7d52b576d4f9ea24047fe61457827768896855b7..82944198578402a1a2dc577f64bf6f5c0cf9fdd6 100644 (file)
@@ -14,7 +14,7 @@ endif
 
 source "net/Kconfig"
 
-if XEN_PHYSDEV_ACCESS
+if XEN_PRIVILEGED_GUEST
 source "drivers/input/Kconfig"
 endif
 
@@ -36,7 +36,7 @@ config INPUT
          To compile this driver as a module, choose M here: the
          module will be called input.
 
-if XEN_PHYSDEV_ACCESS
+if XEN_PRIVILEGED_GUEST
 source "drivers/char/Kconfig"
 endif